Using the Social-Engineer Toolkit (SET) to generate a phising page.
If needed, we will be using Ngrok for tunneling.
# Execute inside the host machine
ngrok http 8080
The following runs the CLI:
docker compose run --service-ports set
Follow the following sequence for inputting the options.
For the 6th input, paste your Ngrok URL
without the http://
prefix.
y
1
2
3
1
<Your Ngrok URL without the http:// prefix (if on localhost, use localhost:8080)>
2
The website runs on http://localhost:8080 and your provided Ngrok URL, both on HTTP and HTTPS.
Don't use your real credentials, especially during a public demonstration.